const runtime.boundsConvert
3 uses
runtime (current package)
error.go#L142: boundsConvert // (*[x]T)(s), 0 <= x <= len(s) failed
error.go#L158: boundsConvert: "cannot convert slice with length %y to array or pointer to array with length %x",
panic.go#L205: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsConvert})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)